home *** CD-ROM | disk | FTP | other *** search
/ Aminet 33 / Aminet 33 - October 1999.iso / Aminet / dev / c / GAPLib.lha / GAPLib / README.FIRST < prev    next >
Encoding:
Text File  |  1999-07-04  |  1.1 KB  |  38 lines

  1.  
  2. Greetings!
  3.  
  4. This is the third beta release of GAP-Lib, the comprehensive
  5. genetic algorith programming library.
  6.  
  7. In order to facilitate testing on different platforms, I decided
  8. to include the source-code this time.
  9.  
  10. You should also take care that while I have not experienced any
  11. problems, this _is_ a beta and thus to some degree untested.
  12.  
  13. Bug reports are welcome and should be sent to:
  14.  
  15. Peter Bengtsson <a94petbe@ida.his.se>
  16.  
  17. (That is me, in case you wonder. :-)
  18.  
  19. Installation should be fairly easy, just compile and
  20. copy the  link-library to where you keep static link
  21. libraries (lib: for SAS/C, gg:lib/  for gcc/egcs).
  22. Copy  the include file to where you keep your includes
  23. (include: for SAS/C, gg:include/ for gcc/egcs) 
  24. and you are ready to start compiling.
  25.  
  26. Configuring is done by editing the SCOPTS file for
  27. SAS/C or the Makefiles for any other configuraion.
  28.  
  29. Ofcourse, you might want to read the documentation,
  30. look at the examples, use the source-wizard etc.
  31. but that above is the minimal quick installation.
  32.  
  33. Well, that's all folks, enjoy.
  34.  
  35.     -Peter
  36.  
  37. (Mail: a94petbe@ida.his.se)
  38.